Refactored GtkSizeGroup for GtkExtendedLayout
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 17 Apr 2010 05:46:59 +0000 (01:46 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 17 Apr 2010 05:46:59 +0000 (01:46 -0400)
commitcaba7992b87690cc0e27dccd782986c8893ec9fd
tree7099ec7a2838a33df1fdbcb665d613cfef3e1921
parent8432f54c519c07df10e352dd4aecc454efd6bf20
Refactored GtkSizeGroup for GtkExtendedLayout

Removed _gtk_size_group_compute_requisition and
_gtk_size_group_get_child_requisition in favor of
_gtk_size_group_bump_requisition() which does an orientation
contextual computation of the size group and returns the
collective value in one pass.
gtk/gtksizegroup.c
gtk/gtksizegroup.h
gtk/gtkwidget.c